home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / reuse.lha / reuse / m2c / Sort.h < prev    next >
C/C++ Source or Header  |  1992-08-18  |  284b  |  7 lines

  1. #define DEFINITION_Sort
  2.  
  3. typedef BOOLEAN (*Sort_tProcIntIntBool) ARGS((INTEGER, INTEGER));
  4. typedef void (*Sort_tProcIntInt) ARGS((INTEGER, INTEGER));
  5. extern void Sort_Sort ARGS((INTEGER Lwb, INTEGER Upb, Sort_tProcIntIntBool IsLess, Sort_tProcIntInt Swap));
  6. extern void BEGIN_Sort();
  7.